Reads the value of an array item into a short integer.
Class
TCustomIBCArray
Syntax
function GetItemAsSmallInt(const Indices: array of integer): SmallInt;
Parameters
Indices
Holds an array of element indexes in the array (if the array is one-dimensional, there is only one index).
Return Value
the value of an array item as short integer.
Remarks
Call the GetItemAsSmallInt method to read the value of an array item into a short integer.
See Also